@charset "UTF-8";

/* ========== 预约参观 start ========== */
.fixedRightBox {
	position: fixed;
	top: 50%;
	right: 65px;
	z-index: 50;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.makeVisitBox {
	overflow: hidden;
	border-radius: 55px;
}

.makeVisitBox::before {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	border-radius: 55px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/makeVisitBoxBg.png');
	position: absolute;
	top: 0;
	right: 0;
}

.makeVisitBtn {
	float: right;
	display: inline;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 117, 194, .1);
	overflow: hidden;
	padding: 10px;
	position: relative;
	z-index: 5;
}

.makeVisitBtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #0081d5;
	background-position: center top 21px;
	background-repeat: no-repeat;
	background-size: auto 29px;
	background-image: url('../images/makeVisitIcon.png');
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	font-size: 15px;
	color: #ffffff;
}

.makeVisitBtn .title {
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.makeVisitText {
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	position: relative;
	z-index: 3;
	width: 0;
}

.makeVisitText .date {
	font-size: 36px;
	color: #ffffff;
	font-family: 'Alibaba PuHuiTi 2.0 85';
	text-align: center;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.makeVisitText .text1 {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.makeVisitText .text1 span {
	margin: 0 30px;
}

.makeVisitText .text2 {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.makeVisitBox:hover::before {
	width: 100%;
}

.makeVisitBox:hover .makeVisitBtn a {
	background-color: #fff;
	color: #0081d5;
	background-image: url('../images/makeVisitIcon2.png');
}

.makeVisitBox:hover .makeVisitText {
	padding: 11px 50px;
	width: auto;
}

/* ========== 预约参观 end ========== */
/* ========== 搜索 start ========== */
.searchBox {
	overflow: hidden;
}

.searchText {
	float: right;
	display: inline;
	font-size: 16px;
	color: #999999;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.searchCon {
	overflow: hidden;
}

.searchTitle {
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	margin-left: 30px;
}

.searchBox input::-webkit-input-placeholder {
	font-size: 15px;
	color: #999999;
}

.searchInputBox {
	float: left;
	display: inline;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	width: 418px;
	padding: 5px;
}

.searchInputBox .searchInputBtn {
	float: right;
	display: inline;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 25px;
	background-color: #0081d5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	background-image: url('../images/search2.png');
}

.searchInputBox .searchInputDiv {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 25px;
}

.searchInputBox .searchInputDiv input {
	width: 100%;
	height: 50px;
	background: none;
	border: none;
	font-size: 18px;
	color: #333333;
}

/* ========== 搜索 end ========== */
/* ========== 搜索弹窗 start ========== */
.layui-layer-msg {
	z-index: 20000 !important;
}

.searchModalBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	text-align: center;
	display: none;
}

.searchModalBox.show {
	display: block;
}

.searchModalBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	-webkit-transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchModalBox.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
	-webkit-transform: scale(2) translateY(0);
}

.searchModalBox::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.searchModalBody {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-radius: 5px;
}

.searchModalBody .input {
	display: block;
	float: left;
	width: 400px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchModalBody .input::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
}

.searchModalBody .btn {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #0081d5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	background-image: url('../images/search1.png');
	cursor: pointer;
}

.searchModalClose {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #0081d5;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
	background-image: url('../../common/images/closeIcon2.png');
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%);
		-webkit-transform: scale(.04) translateY(300%);
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
		transition: ease-out;
		-webkit-transition: ease-out;
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0);
		-webkit-transform: scale(.02) translateY(0);
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		-webkit-transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%);
		-webkit-transform: scale(.04) translateY(300%);
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
		transition: ease-out;
		-webkit-transition: ease-out;
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0);
		-webkit-transform: scale(.02) translateY(0);
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		-webkit-transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* ========== 搜索弹窗 end ========== */
/* ========== subBanner start ========== */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 33.8542%;
}

.subBanner>img {
	animation: scaleAnimation 5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
	line-height: 52px;
}

.subBanner .textC .enTitle {
	font-size: 24px;
	color: #ffffff;
	line-height: 38px;
}

@keyframes scaleAnimation {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes scaleAnimation {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* ========== subBanner end ========== */
/* ========== 二级菜单 start ========== */
.subMenuBox {
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: rgba(0, 129, 213, .3);
	height: 100px;
	margin-top: -100px;
}

.subMenuList {
	font-size: 0;
	text-align: center;
	margin: 0 -43px;
	overflow: hidden;
}

.subMenuList>dd {
	display: inline-block;
	vertical-align: middle;
}

.subMenuList>dd>a {
	display: block;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	font-size: 18px;
	color: #ffffff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	margin: 0 43px;
}

.subMenuList>dd.hover>a,
.subMenuList>dd>a:hover {
	color: #f7ac00;
}

/* ========== 二级菜单 end ========== */
/* ========== 当前位置 start ========== */
.backHistory {
	font-size: 0;
}

.backHistory a {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 32px center;
	background-size: auto 20px;
	font-size: 16px;
	color: #0081d5;
	background-image: url('../images/back1.png');
	-webkit-transition: .3s linear;
	transition: .3s linear;
	border: 1px solid #0081d5;
	padding-left: 64px;
	padding-right: 22px;
	border-radius: 25px;
}

.backHistory:hover a {
	background-color: #0081d5;
	color: #fff !important;
	background-image: url('../images/back2.png') !important;
}

.locationList {
	overflow: hidden;
	margin-right: -20px;
}

.locationList dt,
.locationList dd {
	float: left;
	display: inline;
}

.locationList dt a {
	display: block;
	width: 36px;
	height: 50px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 20px;
	background-image: url('../images/home1.png');
}

.locationList dt a:hover {
	background-image: url('../images/home2.png');
}

.locationList dd a {
	display: block;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-right: 20px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 9px;
	background-image: url('../images/arrowR1.png');
	font-size: 16px;
	color: #999999;
}

.locationList dd.hover a,
.locationList dd a:hover {
	background-image: url('../images/arrowR4.png');
	color: #0081d5;
}

/* ========== 当前位置 end ========== */
/* ========== 页码 start ========== */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #666666;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	border: 1px solid #cccccc;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.page a:hover,
.page a.hover {
	background: #0081d5;
	border: 1px solid #0081d5;
	color: #fff;
}

.page a div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 16px;
}

.page a.firstPage:hover div {
	background-image: url('../../common/images/page/firstIcon2.png')
}

.page a.prevPage:hover div {
	background-image: url('../../common/images/page/prevIcon2.png')
}

.page a.nextPage:hover div {
	background-image: url('../../common/images/page/nextIcon2.png')
}

.page a.lastPage:hover div {
	background-image: url('../../common/images/page/lastIcon2.png')
}

.page a.firstPage.disabled div,
.page a.firstPage div {
	background-image: url('../../common/images/page/firstIcon1.png')
}

.page a.prevPage.disabled div,
.page a.prevPage div {
	background-image: url('../../common/images/page/prevIcon1.png')
}

.page a.nextPage.disabled div,
.page a.nextPage div {
	background-image: url('../../common/images/page/nextIcon1.png')
}

.page a.lastPage.disabled div,
.page a.lastPage div {
	background-image: url('../../common/images/page/lastIcon1.png')
}

.page a.firstPage.disabled,
.page a.prevPage.disabled,
.page a.nextPage.disabled,
.page a.lastPage.disabled {
	background: #E2E2E2;
	border: 1px solid #cccccc;
	cursor: no-drop;
}

/* ========== 页码 end ========== */
/* ========== 底部 start ========== */
.footer {
	background-repeat: no-repeat;
	background-image: url('../images/footerBg.jpg');
	background-size: 100% 100%;
}

.footerHeader {
	padding: 34px 0 30px;
}

.footerCloumn1 {
	margin-bottom: 34px;
}

.footerCloumn2L {
	overflow: hidden;
}

.footerCloumn2R {
	float: right;
	display: inline;
	margin-left: 60px;
}

/* 返回顶部 */
.footerBackTop {
	float: right;
	display: inline;
	width: 66px;
	height: 66px;
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .15);
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.footerBackTop .icon {
	height: 23px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 15px;
	background-image: url('../images/arrowTop.png');
}

/* logo */
.footerLogo {
	overflow: hidden;
	padding-top: 16px;
}

.footerLogo img {
	height: 50px;
}
.footerLogo .img2{
	display: none;
}
/* 二维码 */
.footerText1 {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 14px;
	text-align: right;
}

.ewmList {
	overflow: hidden;
	margin: 0 -10px;
}

.ewmList dd {
	float: left;
	display: inline;
}

.ewmList dd .con {
	margin: 0 10px;
	width: 120px;
}

.ewmList dd .imgBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 120px;
	background-color: rgba(247, 247, 247, .25);
	border-radius: 4px;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 14px;
}

.ewmList dd .imgBox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ewmList dd .title {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

/* 资源入口 */
.footerInlet {
	float: left;
	display: inline;
	width: 509px;
	margin-right: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/footerzyBg.png');
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 30px 134px 40px 40px;
}

.footerInlet .title {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
}

.footerMore {
	font-size: 0;
}

.footerMore a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	border-radius: 20px;
	border: 1px solid #b2b2b2;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	padding-left: 30px;
	padding-right: 48px;
	background-repeat: no-repeat;
	background-size: auto 12px;
	background-image: url('../images/arrowR1.png');
	background-position: right 23px center;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.footerMore a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* 电话地址 */
.footerContactList {
	overflow: hidden;
	margin-bottom: -35px;
}

.footerContactList dd .con {
	overflow: hidden;
	margin-bottom: 35px;
}

.footerContactList dd .icon {
	border-radius: 8px;
	background-color: rgba(0, 129, 213, .1);
	width: 56px;
	height: 56px;
	float: left;
	display: inline;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 22px;
	margin-top: 18px;
}

.footerContactList dd.tel .icon {
	background-image: url('../images/tel1.png');
}

.footerContactList dd.address .icon {
	background-image: url('../images/address1.png');
}

.footerContactList dd .textC {
	overflow: hidden;
	padding-top: 14px;
}

.footerContactList dd .title {
	font-size: 18px;
	color: #999999;
	line-height: 25px;
	margin-bottom: 5px;
}

.footerContactList dd.address .title {
	margin-bottom: 7px;
}

.footerContactList dd .text {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

.footerContactList dd.tel .text {
	font-size: 30px;
	line-height: 30px;
}

/* ========== 底部 end ========== */
/* ========== 版权信息 start ========== */
.copyRight {
	padding: 20px 0 25px;
	border-top: 1px solid rgba(153, 153, 153, .2);
}

/* 备案信息 */
.ftArchival {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.ftArchival a {
	font-size: 14px;
	color: #999999;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ftArchival a:hover {
	color: #0081d5;
}

.ftArchival .footerBan {
	background-repeat: no-repeat;
	background-position: center left 6px;
	background-image: url('../../common/images/beian.png');
	padding-left: 30px;
}

/* 技术支持 */
.ftSupport {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

.ftSupport a {
	font-size: 14px;
	color: #ffffff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ftSupport a:hover {
	color: #0081d5;
}

/* ========== 版权信息 end ========== */
/* ========== 头部 start ========== */
.header {
	height: 100px;
}

.top {
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	bbox-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.header .wrap {
	position: relative;
	height: 100%;
}

/* 搜索 */
.headerSearch {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #0081d5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 17px;
	background-image: url('../images/search1.png');
	position: absolute;
	top: 0;
	bottom: 0;
	right: -80px;
	margin: auto;
	cursor: pointer;
	z-index: 5;
}

/* logo */
.logo {
	position: relative;
	z-index: 5;
	left: -80px;
	top: 30px;
	float: left;
	display: inline;
}

.logo img {
	height: 40px;
}
.logo .img2{
	display: none;
}
/* 导航菜单 */
.topMenuList {
	float: right;
	display: inline;
	margin: 0 -30px;
}

.topMenuList>dd {
	float: left;
	display: inline;
	position: relative;
	margin: 0 30px;
}

.topMenuList>dd .yjMenu {
	display: block;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	font-size: 18px;
	color: #333333;
}

.topMenuList>dd .yjMenu::before {
	display: block;
	content: '';
	width: 25px;
	height: 3px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/line1.png');
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	margin: auto;
	border-radius: 2px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.topMenuList>dd.hover .yjMenu,
.topMenuList>dd:hover .yjMenu {
	color: #0081d5;
}

.topMenuList>dd.hover .yjMenu::before,
.topMenuList>dd:hover .yjMenu::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.topEjMenuBox {
	display: none;
	width: 200%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.42);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}

.topEjMenuList>dd .ejMenu {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding: 12px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.topEjMenuList>dd .ejMenu:hover {
	background-color: #0081d5;
}

/* ========== 头部 end ========== */
/* ========== 视频列表 start ========== */
.videoList1 {
	overflow: hidden;
	margin: -15px;
}

.videoList1 dd {
	float: left;
	display: inline;
	width: 25%;
}

.videoList1 dd .con {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px;
	cursor: pointer;
}

.videoList1 dd .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.videoList1 dd .icon {
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50px;
	background-image: url('../../common/images/playIcon1.png');
}

.videoList1 dd .title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.videoList1 dd .title a {
	color: #333;
}

.videoList1 dd .con:hover .title a,
.videoList1 dd .con:hover .title {
	color: #0081d5;
}

/* ========== 视频列表 end ========== */
/* ========== 全文列表 start ========== */
.textList {
	overflow: hidden;
	margin: -15px;
}

.textList dd {
	float: left;
	display: inline;
	width: 50%;
}

.textList dd .con {
	margin: 15px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	padding: 30px 40px;
}

.textList dd .con:hover {
	background-color: #0081d5;
	-webkit-box-shadow: 0px 5px 15.2px 0.8px rgba(51, 51, 51, 0.15);
	box-shadow: 0px 5px 15.2px 0.8px rgba(51, 51, 51, 0.15);
}

.textList dd .title {
	font-size: 0;
	margin-bottom: 38px;
}

.textList dd .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	color: #181818;
	height: 35px;
	line-height: 35px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList dd .con:hover .title a {
	color: #fff;
}

.textList dd .textC {
	overflow: hidden;
}

.textList dd .tags {
	float: left;
	display: inline;
	margin-right: 22px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	font-size: 16px;
	color: #ffffff;
	background-color: #0081d5;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px;
	border-radius: 15px;
	margin-top: 8px;
}

.textList dd .con:hover .tags {
	color: #0081d5;
	background-color: #fff;
}

.textList dd .time {
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	font-size: 16px;
	color: #0081d5;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 8px;
}

.textList dd .con:hover .time {
	color: #fff;
}

.textListMore {
	font-size: 0;
}

.textListMore a {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	height: 38px;
	background-color: #0081d5;
	border-radius: 19px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 18px;
	background-image: url('../images/arrowR2.png');
	-webkit-transition: .3s linear;
	transition: .3s linear;
	margin: 5px;
}

.textListMore a::before {
	display: block;
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	bottom: -5px;
	top: -5px;
	border-radius: 24px;
	border: 1px dashed #0081d5;
	z-index: 1;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList dd .textListMore {
	float: right;
	display: inline;
	margin-left: 30px;
}

.textListMore a:hover,
.textList dd .con:hover .textListMore a {
	background-color: #fff;
	background-image: url('../images/arrowR3.png');
}

.textListMore a:hover::before,
.textList dd .con:hover .textListMore a::before {
	border-color: #fff;
}

.textList2 dd .con {
	padding: 20px 15px 20px 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	overflow: hidden;
}

.textList2 dd .date {
	float: left;
	display: inline;
	padding: 2px 16px;
	margin-right: 20px;
	background-color: #0081d5;
}

.textList2 dd .time1 {
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: right;
	color: #ffffff;
}

.textList2 dd .time2 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: right;
	color: #ffffff;
}

.textList2 dd .title {
	overflow: hidden;
	font-size: 0;
	padding: 6px 0;
}

.textList2 dd .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	font-size: 18px;
	color: #181818;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList2 dd .con:hover {
	background-color: #0081d5;
}

.textList2 dd .con:hover .title a {
	color: #fff;
}

.textList3 {
	overflow: hidden;
	margin: -20px -15px;
}

.textList3 dd .con {
	overflow: hidden;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 34px 60px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	margin: 20px 15px;
}

.textList3 dd .title {
	overflow: hidden;
	font-size: 0;
}

.textList3 dd .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	font-size: 24px;
	color: #333333;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	padding-left: 56px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	background-image: url('../images/textListIcon1.png');
}

.textList3 dd .time {
	font-size: 18px;
	color: #999999;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	margin-left: 30px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	font-family: 'Alibaba PuHuiTi 2.0 55';
}

.textList3 dd .textListMore {
	margin-left: 62px;
}

.textList3 dd .textListMore a {
	width: 80px;
	height: 42px;
	border-radius: 21px;
}

.textList3 dd .con:hover {
	background-color: #0081d5;
}

.textList3 dd .con:hover .title a {
	color: #fff;
	background-image: url('../images/textListIcon2.png');
}

.textList3 dd .con:hover .time {
	color: #fff;
}

.textList3 dd .con:hover .textListMore a {
	background-color: #fff;
	background-image: url('../images/arrowR3.png');
}

.textList3 dd .con:hover .textListMore a::before {
	border-color: #fff;
}

/* ========== 全文列表 end ========== */
/* ========== 图文列表 start ========== */
.imgText {
	overflow: hidden;
	margin: -30px -15px;
}

.imgText dd .con {
	overflow: hidden;
	background-color: #fff;
	padding: 30px 40px;
	margin: 30px 15px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgText dd .con:hover {
	background-image: url('../images/imgTextBg.jpg');
}

.imgText dd .pic {
	float: left;
	display: inline;
	width: 400px;
	margin-right: 40px;
	border-radius: 10px;
	overflow: hidden;
}

.imgText dd .text {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 160px;
	padding-top: 36px;
}

.imgText dd .title {
	font-size: 0;
	margin-bottom: 36px;
}

.imgText dd .title a {
	-webkit-transition: .3s linear;
	transition: .3s linear;
	font-size: 24px;
	color: #181818;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
}

.imgText dd .info {
	font-size: 16px;
	color: #666666;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 14px;
}

.imgText dd .time {
	font-size: 16px;
	color: #666666;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.imgText dd .textListMore {
	position: absolute;
	right: 80px;
	bottom: 93px;
	z-index: 5;
}

.imgText dd .con:hover .title a,
.imgText dd .con:hover .info,
.imgText dd .con:hover .time {
	color: #fff;
}

.imgText dd .con:hover .textListMore a {
	background-color: #fff;
	background-image: url('../images/arrowR3.png');
}

.imgText dd .con:hover .textListMore a::before {
	border-color: #fff;
}

.imgTextSlickBox {
	overflow: hidden;
	background-color: #fff;
	padding: 34px 50px 24px 60px;
	border-radius: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 15.2px 0.8px rgba(51, 51, 51, 0.05);
	box-shadow: 0px 5px 15.2px 0.8px rgba(51, 51, 51, 0.05);
	position: relative;
}

.imgTextSlickBox .myslide {
	overflow: hidden;
}

.imgTextSlickBox .imgBox {
	float: right;
	display: inline;
	width: 590px;
	position: relative;
	padding: 10px;
	margin-left: 125px;
}

.imgTextSlickBox .imgBox::after,
.imgTextSlickBox .imgBox::before {
	display: block;
	content: '';
	border-radius: 10px;
	background-color: rgba(6, 130, 208, .1);
	position: absolute;
}

.imgTextSlickBox .imgBox::before {
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
}

.imgTextSlickBox .imgBox::after {
	width: 390px;
	height: 200px;
	right: 0;
	bottom: 0;
}

.imgTextSlickBox .pic {
	border-radius: 10px;
	overflow: hidden;
	z-index: 5;
}

.imgTextSlickBox .text {
	overflow: hidden;
	padding-top: 48px;
}

.imgTextSlickBox .title {
	font-size: 0;
	margin-bottom: 50px;
}

.imgTextSlickBox .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	font-size: 25px;
	color: #0081d5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}

.imgTextSlickBox .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 102px;
	overflow: hidden;
	margin-bottom: 20px;
}

.imgTextSlickBox .time {
	font-size: 18px;
	color: #c6ccdd;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.imgTextSlickBox .slick-dots {
	position: absolute;
	left: -16px;
	bottom: 55px;
	z-index: 5;
}

.imgTextSlickBox .slick-dots li {
	margin: 0 16px;
}

.imgTextSlickBox .slick-dots li.slick-active {
	border-color: #0081d5;
}

/* ========== 图文列表 end ========== */
/* ========== 文章单篇+详情 start ========== */
.subPageBox {
	background-color: #ffffff;
	border-radius: 20px;
}

.subPageBox .subPageRight {
	float: right;
	display: inline;
	width: 430px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 110px 30px;
}

.articleC {
	position: relative;
	overflow: hidden;
}

.articleHeader {
	border-bottom: 1px solid rgba(0, 74, 187, .1);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 30px 20px;
	padding: 40px 0 12px;
}

.articleBody {
	padding: 20px 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
	border-right: 1px solid rgba(153, 153, 153, .2);
}

.singleArticle .articleBody {
	border: 0;
}

.articleFooter {
	margin: 0 30px;
	padding: 30px 0 46px;
	border-top: 1px solid rgba(0, 74, 187, .1);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

/* 文章标题 start */
.articleTitle {
	line-height: 42px;
	font-size: 24px;
	color: #181818;
	position: relative;
	font-weight: bold;
}

.singleArticle .articleTitle {
	text-align: center;
}

/* 文章标题 end */
/* 发布信息 start */
.articlePublish {
	overflow: hidden;
	font-size: 0;
	padding-top: 20px;
}

.singleArticle .articlePublish {
	text-align: center;
}

.articlePublish .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	overflow: hidden;
	margin-right: 30px;
}

.articlePublish .item span {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.articlePublish .item .span {
	color: #999999;
}

.articlePublish .articleBrowse.item .span {
	color: #0081d5;
}

.articlePublish .icon {
	background-repeat: no-repeat;
	background-position: center left;
	width: 25px;
	height: 35px;
	background-size: auto 16px;
}

.articlePublish .icon.timeIcon {
	background-image: url('../../common/images/timeIcon.png');
}

.articlePublish .icon.sourceIcon {
	background-image: url('../../common/images/sourceIcon.png');
}

.articlePublish .icon.auditIcon {
	background-image: url('../../common/images/auditIcon.png');
}

.articlePublish .icon.browseIcon {
	background-image: url('../../common/images/browseIcon.png');
	background-size: auto 13px;
}

/* 发布信息 end */
/* 页码 start */
.articlePagination {
	clear: both;
	text-align: center;
	font-size: 0;
}

.articlePagination a {
	margin: 0 5px;
	background: #ccc;
	padding: 3px 12px;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.articlePagination a:hover,
.articlePagination a.hover {
	color: #fff;
	background: #0081d5;
}

/* 页码 end */
/* 附件 start */
.articleAnnex {
	clear: both;
	font-size: 16px;
	overflow: hidden;
}

.articleAnnex .item {
	float: left;
	display: inline;
}

.articleAnnex a {
	display: block;
	line-height: 32px;
	padding: 0 20px 0px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-image: url('../images/common/file/fileIcon1.png');
	color: #666;
}

.articleAnnex a.word {
	background-image: url('../../common/images/file/wordIcon.png');
	color: #1e6de0 !important;
}

.articleAnnex a.ppt {
	background-image: url('../../common/images/file/pptIcon.png');
	color: #ff7735 !important;
}

.articleAnnex a.excel {
	background-image: url('../../common/images/file/excelIcon.png');
	color: #2da641 !important;
}

.articleAnnex a.pdf {
	background-image: url('../../common/images/file/pdfIcon.png');
	color: #ef5450 !important;
}

.articleAnnex a.zip {
	background-image: url('../../common/images/file/zipIcon.png');
	color: #ff9779 !important;
}

.articleAnnex a.file {
	background-image: url('../../common/images/file/fileIcon1.png');
}

.articleAnnex a:hover {
	text-decoration: underline;
}

/* 附件 end */
/* 上一篇/下一篇 start */
.articlePage {
	display: block;
	line-height: 34px;
	color: #666666;
	font-size: 16px;
}

.articlePage .item {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	overflow: hidden;
	border-radius: 10px;
	background-color: rgba(153, 153, 153, .1);
	height: 50px;
	line-height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	float: left;
	display: inline;
	width: 44.7917%;
}

.articlePage .item.itemR {
	float: right;
}

.articlePage .articleHome {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.articlePage .articleHome a {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 50px;
	border-radius: 10px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	background-color: rgba(153, 153, 153, .1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 18px;
	background-image: url('../images/home3.png');
}

.articlePage .articleHome a:hover {
	background-color: rgba(0, 74, 187, .1);
	background-image: url('../images/home4.png');
}

.articlePage .item:hover {
	background-color: rgba(0, 74, 187, .1);
}

.articlePage a {
	font-size: 16px;
	color: #999999;
	position: relative;
	z-index: 10;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.articlePage .item:hover,
.articlePage .item:hover a,
.articlePage a:hover {
	color: #0081d5;
}

/* 上一篇/下一篇 end */
/* 内容区 start */
.articleBox {
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
}

.articleBox img {
	max-width: 100%;
}

/* 内容区 end */
/* 音频 start */
.articleAudio {
	overflow: hidden;
	margin-bottom: 20px;
}

/* 音频 end */
/* 视频 start */
.articleVideo {
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

/* 视频 end */
/* 大图 start */
.articleBigPicture {
	overflow: hidden;
}

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-left: auto;
	margin-right: auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0;
	text-align: right;
}

#play .change_a span {
	width: 100%;
	height: 0;
	line-height: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	font-size: 80px;
}

#play .prev_a span {
	left: 0;
}

#play .next_a span {
	right: 0;
	text-align: right;
}

#play .img_ul,
.imgMove {
	width: 600px;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
}

#play .img_ul li img,
.img_hd ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.imgMove {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	z-index: 1;
	margin: 0 auto;
}

.img_hd ul li {
	float: left;
	height: 52px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 100%;
	width: 100%;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li.on {
	border: 1px solid #0081d5;
	background: #0081d5;
}

.imgMove .bottom_a {
	width: 40px;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	display: block;
	cursor: pointer;
	float: left;
	top: 0;
	position: absolute;
	z-index: 9;
	color: #0081d5;
}

.imgMove .prev_a {
	left: 0;
}

.imgMove .next_a {
	right: 0;
	text-align: right;
}

/* 大图 end */
/* 最新动态 start */
.subPageheader {
	overflow: hidden;
}

.subPageTitle1 {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}

.subPageBtnBox {
	float: right;
	display: inline;
	margin-left: 30px;
	position: relative;
	font-size: 0;
}

.subPageTitle1 a {
	font-size: 24px;
	color: #0081d5;
	font-weight: bold;
}

.subPageBtnBox .slick-arrow {
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.subPageBtnBox .slick-arrow:hover {
	background-color: transparent;
}

.subPageBtnBox .slick-arrow::before {
	display: none;
}

.subPageBtnBox .slick-prev {
	background-image: url('../images/arrowL1.png');
}

.subPageBtnBox .slick-next {
	background-image: url('../images/arrowR6.png');
}

.subPageBtnBox .slick-prev:hover {
	background-image: url('../images/arrowL2.png');
}

.subPageBtnBox .slick-next:hover {
	background-image: url('../images/arrowR5.png');
}

/* 最新动态 end */
/* ========== 文章单篇+详情 end ========== */
/* ========== 磷都产品 start ========== */
.productList {
	overflow: hidden;
	padding: 80px 0;
	background-color: #fff;
}

.productList.productList2 {
	background-color: #f2f5f8;
}

.productListCon {
	overflow: hidden;
}

.productTextBox {
	overflow: hidden;
}

.productImgBox {
	width: 50%;
}

.productList3 .productImgBox,
.productList1 .productImgBox {
	margin-left: 90px;
	float: right;
	display: inline;
}

.productList2 .productImgBox {
	margin-right: 90px;
	float: left;
	display: inline;
}

.productTitle1 {
	padding: 25px 0 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}

.productTitle1 a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 36px;
	color: #061729;
	position: relative;
	padding-left: 28px;
}

.productTitle1 a::before {
	display: block;
	content: '';
	width: 13px;
	height: 19px;
	background-color: #0081d5;
	border-radius: 0 13px 0 0;
	position: absolute;
	left: 0;
	top: 20px;
}

.productTitle2 {
	padding: 25px 60px 30px 45px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.productTitle2::before {
	display: block;
	content: '';
	width: 45px;
	height: 100%;
	border-radius: 0 13px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left top 36px;
	background-repeat: no-repeat;
	background-size: auto 36px;
	background-image: url('../images/title1.png');
}

.productTitle2::after {
	display: block;
	content: '';
	width: 45px;
	height: 100%;
	border-radius: 0 13px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 74px;
	background-image: url('../images/title2.png');
}

.productTitle2 a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 36px;
	color: #061729;
}

.productContent .title {
	font-size: 0;
	padding: 20px 0 14px;
}

.productContent .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	font-size: 24px;
	color: #061729;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.productContent .title a:hover {
	color: #0081d5;
}

.productContent .info {
	font-size: 16px;
	color: #9c9c9c;
	line-height: 28px;
	max-height: 280px;
	overflow: hidden;
	margin-bottom: 24px;
}

.productMore {
	font-size: 0;
}

.productMore a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding-right: 18px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 13px;
	font-size: 16px;
	color: #0081d5;
	background-image: url('../images/arrowR4.png');
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.productMore a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.productSlickTabC {
	border-radius: 10px;
	overflow: hidden;
}

.productSlickTab {
	padding: 0 50px;
	position: relative;
}

.productSlickTab .bd {
	margin: 0 -8px;
	position: unset;
}

.productSlickTab .bd .myslide {
	padding-top: 20px;
}

.productSlickTab .con {
	margin: 0 8px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}

.productSlickTab .slick-current .con {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.productSlickTab .slick-arrow::before {
	display: none;
}

.productSlickTab .slick-arrow {
	width: 45px;
	height: 80%;
	top: unset;
	bottom: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 21px;
}

.productSlickTab .slick-prev {
	background-image: url('../images/arrowL3.png');
}

.productSlickTab .slick-next {
	background-image: url('../images/arrowR7.png');
}

.productSlickTab .slick-arrow:hover {
	background-color: #f2f5f8;
}

.productSlickTab .slick-prev:hover {
	background-image: url('../images/arrowL2.png');
}

.productSlickTab .slick-next:hover {
	background-image: url('../images/arrowR5.png');
}

/* ========== 磷都产品 end ========== */
/* ========== 磷都产品_详情 start ========== */
.productViewCloumn1 {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
}

.productViewCloumn1L {
	float: left;
	display: inline;
	width: 500px;
}

.productViewText1Box {
	height: 387px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/productViewText1Box.jpg');
}

.productViewText1Box .textBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 100px;
}

.productViewText1Box .icon {
	height: 70px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-image: url('../images/productIcon1.png');
}

.productViewText1Box .text1 {
	font-size: 30px;
	color: #ffffff;
	line-height: 38px;
	margin-bottom: 20px;
}

.productViewText1Box .text2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 20px;
}

.productViewText1Box .text3 {
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
}

.productViewImg1Box .pic {
	background-color: #f8fcff;
}

.productViewImg1Box .pic::before {
	padding-top: 77.4%;
}

.productViewImg1Box .pic img {
	object-fit: contain;
}

.productViewCloumn1R {
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 40px;
}

.productViewCloumn1R .productViewList {
	margin-bottom: 34px;
}

.productViewList dd {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid rgba(21, 82, 162, .3);
}

.productViewList dd .con {
	overflow: hidden;
	font-size: 0;
}

.productViewList dd .title {
	font-size: 24px;
	color: #181818;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	width: 28.6047%;
}

.productViewList dd .text {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	width: 71.3953%;
}

.productViewCloumn1R .articleBox {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}

.productViewCloumn2 {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 60px;
}

.productViewMap {
	font-size: 0;
	text-align: center;
	min-height: 626px;
}

.productViewMap img {
	display: inline-block;
	vertical-align: middle;
	object-fit: contain;
	max-width: 100%;
}

.path {
	stroke-dasharray: 1000;
	animation: dash 5s linear infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.productViewMapSvg {
	height: 754px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-image: url(../images/productViewMapSvg.png);
	position: relative;
	overflow: hidden;
}

.productViewMapSvg .svgBox {
	position: relative;
	left: 454px;
	top: 210px;
}

.productViewCloumn2 .productViewTitle1 {
	margin-bottom: 68px;
}

.productViewTitle1 {
	border-top: 4px solid #0081d5;
	font-size: 0;
	text-align: center;
}

.productViewTitle1 .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	border-radius: 0 0 30px 30px;
	padding: 0 52px;
	background-color: #0081d5;
}

/* ========== 磷都产品_详情 end ========== */
/* ========== 招聘列表 start ========== */
.recruitList {
	overflow: hidden;
}

.recruitList dd {
	margin-bottom: 20px;
}

.recruitList dd .con {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	padding: 25px 40px;
}

.recruitList dd .con .more {
	float: right;
	display: inline;
	margin-left: 40px;
	font-size: 0;
	margin-top: 20px;
}

.recruitList dd .con .more a {
	display: inline-block;
	vertical-align: middle;
	background-color: #0081d5;
	width: 69px;
	height: 44px;
	border-radius: 22px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-image: url('../images/arrowR8.png');
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.recruitList dd .con .text {
	overflow: hidden;
}

.recruitList dd .con .title {
	font-size: 0;
	margin-bottom: 18px;
}

.recruitList dd .con .title a {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.recruitList dd .date {
	font-size: 16px;
	color: #999999;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.recruitList dd .con:hover .title a {
	color: #0081d5;
}

.recruitList dd .con .more a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* ========== 招聘列表 end ========== */
/* ========== 招聘详情 start ========== */
.recruitViewBox {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 42px;
}

.recruitViewBtn {
	font-size: 0;
	text-align: center;
}

.recruitViewBtn a {
	display: inline-block;
	vertical-align: middle;
	background-color: #0081d5;
	border-radius: 22px;
	overflow: hidden;
	text-align: center;
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	min-width: 110px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.recruitViewBtn a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.recruitViewTop {
	margin: 0 40px;
	border-bottom: 1px solid rgba(153, 153, 153, .15);
	padding: 25px 0;
}

.recruitViewTitle {
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	line-height: 34px;
}

.recruitViewTop .recruitViewTitle {
	margin-bottom: 18px;
}

.recruitViewList {
	overflow: hidden;
	margin: 0 -20px;
}

.recruitViewList dd {
	float: left;
	display: inline;
}

.recruitViewList dd .con {
	margin: 0 20px;
	font-size: 16px;
	color: #999999;
	height: 32px;
	line-height: 32px;
}

.recruitViewBottom {
	margin: 0 40px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding: 36px 0 28px;
}

.recruitViewTitle2 {
	font-weight: bold;
}

.recruitViewText {
	margin-bottom: 28px;
}
.recruitViewEwm{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	background-color: rgba(247, 247, 247, .25);
	border-radius: 4px;
	overflow: hidden;
	padding: 5px;
	margin: 0 auto;
}
.recruitViewEwm img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ========== 招聘详情 end ========== */
/* ========== 招聘表单 start ========== */
.aykj_cssRadioBox.checked .aykj_cssRadio_icn i{background: #0081d5;}
.aykj_cssRadioBox.checked .aykj_cssRadio_icn{border: 2px solid #0081d5;}
.recruitFormBox {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/recruitFormBoxBg.jpg');
	padding: 50px 0;
}

.recruitFormWrap {
	width: 800px;
	margin: 0 auto;
}

.recruitFormTitle {
	line-height: 46px;
	font-size: 26px;
	color: #595959;
	text-align: center;
	font-weight: bold;
}

.recruitFormBtn {
	font-size: 0;
	text-align: center;
}

.recruitFormBtn .formBtn {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	font-weight: bold;
	padding: 0 20px;
	min-width: 150px;
	margin: 0 10px;
	border: 0;
	cursor: pointer;
	background-color: #f0f0f0;
}

.recruitFormBtn .submitBtn {
	background-color: #0081d5;
	color: #fff;
}

.recruitFormBtn .formBtn[disabled] {
	background-color: #f0f0f0;
	color: #b2b2b2;
	cursor: no-drop;
}

.recruitFormText {
	font-size: 14px;
	color: #cccccc;
	line-height: 26px;
}

.recruitFormText span {
	height: 26px;
	cursor: pointer;
	padding-left: 26px;
	position: relative;
}

.recruitFormText span::before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #e7e7e7;
	position: absolute;
	left: 0;
	top: 6px;
}

.recruitFormText span::after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ababab;
	position: absolute;
	left: 3px;
	top: 9px;
	z-index: 2;
}

.recruitFormText span.hover::before {
	background-color: #0081d5;
	opacity: .15;
}

.recruitFormText span.hover::after {
	background-color: #0081d5;
}

.recruitFormList {
	margin: 0 -10px;
}

.recruitFormList input::-webkit-input-placeholder,
.recruitFormList textarea::-webkit-input-placeholder {
	color: #b2b2b2;
	font-size: 15px;
}

.recruitFormList>.recruitFormItem {
	float: left;
	display: inline;
	width: 50%;
}

.recruitFormList>.recruitFormItem.col1 {
	width: 100%;
}

.recruitFormList>.recruitFormItem>.recruitFormCon {
	margin: 0 10px;
}

.recruitFormConBg {
	border: 1px solid #e5e5e5;
	background-color: #f7f7f7;
	border-radius: 6px
}

.recruitFormConLine {
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: .15;
}

.recruitFormConTitle {
	font-size: 0;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}

.recruitFormConTitle .del {
	display: block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 16px;
	color: #fe1919;
}

.recruitFormConTitle span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #595959;
	overflow: hidden;
}

.recruitFormConTitle .must {
	width: 20px;
	color: #ff0000;
	text-align: center;
}

.recruitFormConTitle .text {
	color: #999999;
}

.recruitFormTitle2 {
	font-size: 18px;
	color: #595959;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.recruitFormTitle3 {
	font-size: 18px;
	color: #333333;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.recruitFormAddBtn {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}

.recruitFormAddBtn a {
	font-size: 16px;
	color: #0081d5;
}

.recruitFormBtn2 {
	font-size: 0;
}

.recruitFormBtn2.center {
	text-align: center;
}

.recruitFormBtn2 .formBtn {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #0081d5;
	padding: 0 20px;
	min-width: 107px;
	cursor: pointer;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	float: unset;
}

.recruitFormBtn2 .formBtn:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.recruitFormBtn2 .formBtn .webuploader-pick{
	background-color: transparent;
	color: #0081d5;
	padding: 0;
	line-height: unset;
}
.recruitFormBtn2 .formBtn .customUpload{
	inset: 0;
}
.recruitFormFileDiv {
	height: 222px;
	overflow: hidden;
}

.recruitFormText2 {
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 24px;
}

.recruitInputDiv .input {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #595959;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 0;
	padding: 0 20px;
}

.recruitInputDiv input.input {
	height: 58px;
	line-height: 58px;
}

.recruitInputDiv textarea.input {
	height: 140px;
	line-height: 24px;
	resize: none;
	overflow-y: auto;
}

.recruitFormCon .aykj_beautify_radio {
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 0 0 20px;
}

.recruitFormCon .aykj_cssRadio_text {
	font-size: 15px;
	color: #595959;
}

.recruitFormCon .aykj_cssSelect {
	float: unset;
}

.recruitFormCon .aykj_cssSelect .aykj_selectBox {
	border: 0;
}

.recruitFormCon .aykj_cssSelect .aykj_selectLt {
	height: 58px;
	line-height: 58px;
	padding-left: 20px;
}

.recruitFormCon .aykj_cssSelect .aykj_selectRt {
	right: 15px;
}

.recruitFormCon .aykj_cssSelect .aykj_optionBox {
	padding: 5px 20px;
}

.recruitYzmDiv {
	overflow: hidden;
}

.recruitYzmDiv .recruitInputDiv {
	width: 250px;
}

.recruitYzmImg {
	width: 150px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 10px;
}

.recruitYzmImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruitYzmText {
	font-size: 15px;
	color: #0081d5;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

/* ========== 招聘表单 end ========== */
/* ========== 样式说明 start ========== */
/* ========== 样式说明 end ========== */